home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / fract / fu1_61.lha / Formulas / Hidden-Man.Form < prev    next >
Text File  |  1994-05-12  |  256b  |  33 lines

  1. Hidden-Man
  2. {
  3.     {
  4.         mirrorxy
  5.         x1=-5.0
  6.         x2= 5.0
  7.         y1=-5.0
  8.         y2= 5.0
  9.         bailout=2.0
  10.     }
  11.     {
  12.         t=cos(pixel)
  13.         t=tan(t)
  14.         t=log(t)
  15.         pixel=[1.0,0.0]/t
  16.         c=pixel
  17.         z=pixel
  18.     }
  19.     {
  20.         z=z*z
  21.         f=sin(z)
  22.         r=log(f)
  23.         z=r/f
  24.         z=z+c
  25.         w=abs(z)
  26.     }
  27.     {
  28.         w>bailout
  29.     }
  30.     {
  31.     }
  32. }
  33.